static bool outputData(const std::string_view &content, const std::string_view &path)
Holds information about a content load attempt.
Definition: ContentLoadResult.h:23
static ContentLoadResultScript processScriptTree(nkExport::Node *tree, bool loadResource=true)
static nkExport::ExporterLoadResult inputData(const std::string_view &filePath)
Allows to export and import content through their declaration files.
Definition: ContentLoader.h:12
static bool saveTreeDeclaration(nkExport::Node *tree, const std::string_view &pathFromData)
static ContentLoadResultScript processScriptSources(const std::string_view &sources, bool loadResource=true)
static ContentLoadResultScript loadScriptDeclaration(const std::string_view &pathFromData, bool loadResource=true)
static std::string inputDataStr(const std::string_view &filePath)
static nkExport::ExporterLoadResult inputDataSources(const std::string_view &sources)
static bool saveObjectDeclaration(nkExport::Exportable *object, const std::string_view &pathFromData)